-
Notifications
You must be signed in to change notification settings - Fork 27
Feat/cyberpunk redesign moga vpn #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Fadelb
wants to merge
882
commits into
Windscribe:main
Choose a base branch
from
Fadelb:feat/cyberpunk-redesign-MogaVPN
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3.78 Hot fixes. See merge request ws/client/androidapp!255
This reverts commit 2b7bff7.
…pp-shortcut-tiles' into 'develop' Resolve "Connection stats are not shown when using app shortcut tiles" See merge request ws/client/androidapp!298
update tv notifications from database instead of preferences. See merge request ws/client/androidapp!299
…o 'develop' Resolve "Ecuador Flag graphics are not accurate" See merge request ws/client/androidapp!300
Payment upgrade changes. added json logging.
- Defined and applied a cyberpunk color palette (dark base, neon accents). - Changed default app font to Space Mono. - Updated themes, styles, and numerous drawables (vectors, states) to reflect the new aesthetic. - Performed a creative pass on the main homepage layout for a more futuristic feel, including new connect button vectors. - Restyled common UI components like input fields, dialogs, buttons, and list items (where found). - Renamed the app to 'MogaVPN' in strings and updated relevant asset filenames (launcher icons, internal logos). Actual graphical asset changes for bitmaps require designer input. - Prepared codebase for visual testing and iteration.
This commit includes the initial animation and sound design integration steps for the MogaVPN cyberpunk redesign. - Animated UI Elements & Transitions: - Implemented a scale and alpha animation for connect button presses using StateListAnimator. - Prepared a drawable selector for cyberpunk-themed list item backgrounds (pressed/activated/selected states). - Conceptually outlined a text 'glitch' animation for city name changes (requires Java/Kotlin code). - Sound Design Integration: - Outlined sound design strategy and identified key UI events for sounds. - Conceptualized a SoundManager class for handling playback (requires Java/Kotlin). - Created res/raw/ directory and added placeholder files for sound assets (actual .ogg files needed). - Enhanced Homepage Visuals (Iterative Review): - Confirmed connect button has distinct states and press animation. - Main background and info panel styling reviewed; more advanced animations deferred. Further Java/Kotlin implementation is required for sound playback and more complex text animations. Actual sound and font assets also need to be added to replace placeholders.
Defines a plan for integrating smart haptic feedback to enhance the cyberpunk theme and user experience for MogaVPN. - Identified key UI interaction points for haptics (connect/disconnect, button presses, toggles, errors). - Defined distinct haptic patterns and intensities for these interactions, aiming for a responsive, techy feel without being intrusive. - Outlined a conceptual HapticFeedbackManager class in Java/Kotlin to centralize haptic logic, manage user preferences for haptics, and handle API level differences. - Confirmed necessary VIBRATE permission is present. - Detailed the importance of on-device testing and iteration to refine haptic feel and timing. This commit provides the planning and conceptual framework. Java/Kotlin implementation of the HapticFeedbackManager and its integration into UI event handlers is the next step for a developer.
- Reviewed key layout files (activity_windscribe, fragment_login, activity_general_settings, custom preference views) and updated hardcoded colors/fonts to use theme attributes or direct cyberpunk styling. - Created/updated selector drawables for input fields (input_box_background, password_visibility_toggle) and placeholder icons (ic_error) to ensure proper theming. - Updated StyleDeepBlueShadow for ProgressBar theming. - Analyzed styles.xml: Ensured styles align with the new theme. Added new theme attributes to attrs.xml and AppTheme for better component theming (e.g., for input fields, list items). - Reviewed key XML drawables (backgrounds, buttons, icons) for simplicity and effective use of theme attributes. - Corrected statusBarColor in FullScreenWithNoStatusBar style.
primoscope
approved these changes
Jul 14, 2025
primoscope
approved these changes
Jul 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.